home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-03-30 | 1.8 KB | 65 lines | [TEXT/McSk] |
- *** Menu+ Module ***
-
- By Scott Szretter
-
- This module replaces the Menu module by Nate Hawthorn.
-
- It is basically the SAME exact thing, except it includes support for
-
- - Security levels
-
- - Chat notification...
-
- and
-
- - Log Off Modules
-
- Basically, the menu.info files look the same, except for one added number.
- So now they should look like this:
-
- D
- 8
- Dis
-
- The first line is the key to hit to execute the module.
- The second is the security level required for the user to access the module.
- If the user doesnt have the right level, it says "This is not available.".
- The third line is the name of the module in the modules file.
-
-
- This menu module also supports logoff modules.
- Logoff modules are modules run after the user chooses to logoff from the menu,
- but before the connection is broken.
-
- Simply edit the file 'logoffmodules' in the bbssupport folder.
-
- The format is simple:
-
- Automsg
- Sendfile2
-
- Just like in the maincaller.info file, specify on each line the module name to be run in the
- order you want them.
- In this case, Automsg will be run, then Sendfile2 will be run......
-
- This new menu module also supports what I call chat notification...
- If you use the new module called "Pager" and "Chat" which ive made, a user can
- tell another user "I WANNA CHAT WITH YOU!"...
-
- For programmers: I made my pager module set the users variable G->chatmode[u] to a 1.
- (the user who you want to chat with)
- Then, the menu module calls the module called 'chat' automatically....
- After chat is exited, G->chatmode[u] gets set to 0.
-
- (source to these two modules should be available on my bbs!)
-
- Look for more great modules from Scott Szretter!
-
- Donations are accepted - and appriciated!
-
- Call HMM BBS if you have any questions/comments.
-
- Line 1: (508)655-8927 (14400bps)
- Line 2: (508)653-9334 (2400bps)
-
-